home *** CD-ROM | disk | FTP | other *** search
/ Factomatic Business Library / Factomatic Business Library (Most)(Compton's New Media)(1993).ISO / pc / install.dat < prev    next >
Text File  |  1993-09-09  |  5KB  |  178 lines

  1. @DefineProject
  2.     @Name           = "Factomatic Business Library" /* Product Textual Name:  */
  3.     @Version        = "V1.0"
  4.     @Subdir         = "FACTLIBD"          /* default subdirectory for files */
  5.     @OutDrive       = C
  6.     @Group          = "A"
  7.     @Requires  1500000       /* requires 1.5 megabytes */
  8.     @Requires  @Harddisk
  9. @EndProject
  10.  
  11. @movecstr(0,48,126,"╔═════════════════════════╗")
  12. @movecstr(1,48,126,"║                         ║")
  13. @movecstr(2,48,126,"╚═════════════════════════╝")
  14. @movecstr(1,49,244," Compton's NewMedia,Inc.")
  15.  
  16. @Display
  17.  
  18.  
  19.  
  20.     This program will install the DOS @Name
  21.     Version @Version on your computer system.
  22.  
  23.     You may press the [Esc] key at any time to abort the
  24.     installation.  INSTALL will ask you several questions about your
  25.     computer hardware.
  26.  
  27.     Each question has a default answer.  If the default answer is
  28.     correct, press the ENTER key in response to the question.
  29.     Otherwise, type the answer and then press the ENTER key.
  30.  
  31.     If you make a mistake while typing, press the BACKSPACE key
  32.     and then retype the answer.
  33.  
  34. @Pause
  35. @EndDisplay
  36. @if (@VideoGraph < 18)
  37.     @Display
  38.     Your system appears not to have a VGA display with at least
  39.     256K memory.  This means that you will not be able to view the
  40.     opening screens included with @name,
  41.     and display of text will be in "limited" mode.  We recommend
  42.     installation of a VGA or Super VGA display for maximum enjoyment
  43.     of @Name.
  44.  
  45.  
  46.     @pause
  47.     @EndDisplay
  48. @endif
  49.  
  50. @GetOutDrive
  51.     @Suppress A
  52.     @Suppress B
  53.     @Cls
  54.     On which disc drive do you wish to install
  55.     @Name?
  56.  
  57. @EndOutDrive
  58.  
  59. @GetSubdir
  60.     @Cls
  61.     Now you need to specify the disc destination subdirectory.
  62.     The subdirectory is the location on your disc where
  63.     @Name system will be installed.
  64.  
  65.     If you don't know what a "subdirectory" is, you probably need not
  66.     worry about it and should just press Enter at the next prompt.
  67.  
  68.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  69. @EndSubdir
  70. @If (@Exists "@OutDrive:\\@Subdir\\CNM.EXE")
  71. @GetGroups
  72. @Cls
  73.  
  74.   This product appears to already be installed.
  75.   Do you wish to write over the prior version?
  76.  
  77.  
  78.  
  79.  
  80.  
  81.    @LocalWindow(6,25)
  82.    @SET A = "Yes"
  83.    @SET B = "No"
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.    Use the [Up Arrow], [Down Arrow], to move the bar.
  101.    Press [Enter] when you have made your selection.
  102. @EndGroups
  103. @EndIf
  104.  
  105.  
  106. @If ('A' [= @Group)
  107. @Goto DirEx
  108. @Else
  109. @Goto NewDir
  110. @EndIf
  111. NewDir:
  112. @GetSubdir
  113.     @Cls
  114.     Enter a new subdirectory name other than @Outdrive:@Subdir:
  115.  
  116.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  117. @EndSubdir
  118.  
  119.  
  120. DirEx:
  121. @DefineDisk
  122.  @LABEL = "DISK 1"
  123.  @File DOS\EXECFACT.SDF             @Out @Subdir\\*.*      
  124.  @File DOS\SUPFACT.SDF              @Out @Subdir\\*.*    
  125.  @File DOS\NEGFACT.SDF              @Out @Subdir\\*.*    
  126.  @File DOS\SALESMGR.SDF             @Out @Subdir\\*.*    
  127.  @File DOS\CDROM.ERR                @Out @Subdir\\*.*
  128.  @File DOS\CNM.EXE                  @Out @Subdir\\*.*
  129.  @File DOS\DEFAULT.STY              @Out @Subdir\\*.*
  130.  @File DOS\DICT.SDF                 @Out @Subdir\\*.*
  131.  @File DOS\DICT.STY                 @Out @Subdir\\*.*
  132.  @File DOS\DOS_HELP.DAT             @Out @Subdir\\*.*
  133.  @File DOS\EXEME.INI                @Out @Subdir\\*.*
  134.  @File DOS\INTRO.GIF                @Out @Subdir\\*.*
  135.  @File DOS\INTRO.TTL                @Out @Subdir\\*.*
  136.  @File DOS\MAINFONT.GFT             @Out @Subdir\\*.*
  137.  @File DOS\MAINFONT.ITL             @Out @Subdir\\*.*
  138.  @File DOS\MAINFONT.SCP             @Out @Subdir\\*.*
  139.  @File DOS\MEMORY.ERR               @Out @Subdir\\*.*
  140.  @File DOS\SDF.ERR                  @Out @Subdir\\*.*
  141.  @File DOS\TRANSLATION.BIN          @Out @Subdir\\*.*
  142.  @File DOS\VERSION.ERR              @Out @Subdir\\*.*
  143.  @File DOS\VIDEO.ERR                @Out @Subdir\\*.*
  144. @EndDisk
  145.  
  146. @SetConfig
  147.     @Overwrite
  148.     @Files = 30
  149. @EndConfig
  150.  
  151. @Finish
  152. @Chdrive(@Outdrive)
  153. @Cls
  154. Modifying files
  155. @Copy ("@Indrive:\\Install\\DIRSDF.TXT","@Outdrive:\\@Subdir\\DIRSDF.TXT")
  156. @If (@System "@Indrive:\\Install\\Modexein @Outdrive:\\@Subdir @Indrive")
  157. @EndIf
  158. @If (@System "@Indrive:\\Install\\Moddict @Outdrive:\\@Subdir @Indrive")
  159. @EndIf
  160. @If (@System "@Indrive:\\Install\\Rmodsdf @Outdrive:\\@Subdir @Indrive")
  161. @EndIf
  162. @If (@System "Del @Outdrive:\\@Subdir\\DIRSDF.TXT")
  163. @EndIf
  164. @Cls
  165. @ChDrive @OutDrive
  166. @ChDir "@Subdir"
  167. @Cls
  168.     Installation of @name is complete.
  169.  
  170.     To run @name, simply enter "CNM"
  171.     at the DOS prompt, from within drive @Outdrive:@Subdir.
  172.  
  173.     If your CONFIG.SYS file was modified, you will need to reboot
  174.     your computer before running the program or game.
  175.  
  176.     @pause
  177. @EndFinish
  178.